From e9f1cd769dd0c9e2805c62a137a547ab09d403ef Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 16 May 2001 16:04:52 +0000 Subject: [PATCH] (read_process_output): Don't call signal_after_change and update_compositions after insert_from_string_before_markers. --- src/process.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/process.c b/src/process.c index 20edc9d85aa..d23c4e169d5 100644 --- a/src/process.c +++ b/src/process.c @@ -3159,8 +3159,6 @@ read_process_output (proc, channel) /* Insert before markers in case we are inserting where the buffer's mark is, and the user's next command is Meta-y. */ insert_from_string_before_markers (text, 0, 0, nchars, nbytes, 0); - signal_after_change (before, 0, PT - before); - update_compositions (before, PT, CHECK_BORDER); /* Make sure the process marker's position is valid when the process buffer is changed in the signal_after_change above. -- 2.30.2